home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  203 b   |  10 lines

  1. on forgetAllMiaws
  2.   set countOpenMiaws to count(the windowList)
  3.   if countOpenMiaws = 0 then
  4.     exit
  5.   end if
  6.   repeat with i = 1 to countOpenMiaws
  7.     forget(getAt(the windowList, 1))
  8.   end repeat
  9. end
  10.